
set -x

rm codebreaker
ca65 -t none --listing --list-bytes 100 -o getkey.o getkey.s 
ca65 -t none --listing --list-bytes 100 -o putchar.o putchar.s 
cl65 -T -O --static-locals -t apple1 -C apple1-8k.cfg -o codebreaker codebreaker.c getkey.o putchar.o
#cl65 -T -O --static-locals -t apple1 -C apple1-16k.cfg -o codebreaker codebreaker.c getkey.o putchar.o
c2t codebreaker codebreaker.mon
c2t -1 codebreaker codebreaker.aif


